home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (C) 1999, Ghostgum Software Pty Ltd. All rights reserved.
-
- This file is part of AFPL Ghostscript.
-
- AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
- distributor accepts any responsibility for the consequences of using it, or
- for whether it serves any particular purpose or works at all, unless he or
- she says so in writing. Refer to the Aladdin Free Public License (the
- "License") for full details.
-
- Every copy of AFPL Ghostscript must include a copy of the License, normally
- in a plain ASCII text file named PUBLIC. The License grants you the right
- to copy, modify and redistribute AFPL Ghostscript, but only under certain
- conditions described in the License. Among other things, the License
- requires that the copyright notice and this notice be preserved on all
- copies.
- */
-
-
- // $Id: dwsetup.h,v 1.2 2000/09/19 19:00:10 lpd Exp $
-
- // Definitions for Ghostscript setup program
-
- #ifndef IDC_STATIC
- #define IDC_STATIC -1
- #endif
-
- #define IDD_TEXTWIN 101
- #define IDD_DIRDLG 102
- #define IDR_MAIN 200
- #define IDD_MAIN 201
- #define IDC_TARGET_DIR 202
- #define IDC_TARGET_GROUP 203
- #define IDC_BROWSE_DIR 204
- #define IDC_BROWSE_GROUP 205
- #define IDC_README 206
- #define IDS_APPNAME 501
- #define IDS_TARGET_DIR 502
- #define IDS_TARGET_GROUP 503
- #define IDC_PRODUCT_NAME 1000
- #define IDC_INSTALL_FONTS 1001
- #define IDC_TEXTWIN_MLE 1002
- #define IDC_TEXTWIN_COPY 1003
- #define IDC_INSTALL 1004
- #define IDC_FILES 1006
- #define IDC_FOLDER 1007
- #define IDC_TARGET 1008
- #define IDC_ALLUSERS 1009
- #define IDC_COPYRIGHT 1010
-
-